home *** CD-ROM | disk | FTP | other *** search
/ Network PC / Network PC.iso / amiga utilities / communication / bbs / hydrabbsa8 / commands / level_50 < prev    next >
Encoding:
Text File  |  1997-11-21  |  3.3 KB  |  135 lines

  1. ; $HBBS
  2. ; all user commands for all access levels go here, note that if a user
  3. ; command is specified in a Level_XX file the same or lower than a users
  4. ; access level then that door will be used instead of the ones in here...
  5. ;
  6. ; door options take the format
  7. ;
  8. ; <commandname>_Type_1=NORMAL
  9. ; <commandname>_Door_1=HBBS:Doors/User/<doordir>/<doorprogram>.HBBS
  10. ; <commandname>_Param_1=TEST
  11. ; <commandname>_Debug_1=YES|NO
  12. ;
  13. ; where <commandname> is what the user types in at the command prompt
  14. ; command name MUST NOT have any nonprintable characters in it as well
  15. ; as spaces, and preferably no High Ascii....
  16. ; <doordir> is where the door is located
  17. ; <doorprogram> is the filename of the door program.
  18. ;
  19. ; also note that parameters typed by the user are supplied to the door AFTER
  20. ; the parameters speceficed in the _Param_ setting, eg. say you had a door
  21. ; setup as follows
  22. ;
  23. ; D_Type_1=NORMAL
  24. ; D_Door_1=HBBS:Doors/Download.HBBS
  25. ; D_Param_1=IGNORE_WILDSTAR
  26. ;
  27. ; and you typed "D fred.zip" at the bbs prompt when logged into node 1 the command
  28. ; run would be "HBBS:Doors/Download.HBBS 1 fred.zip"
  29. ; and N_ND->ActiveDoor->SystemOptions would contain "IGNORE_WILDSTAR"
  30. ; get it ?
  31.  
  32. ; *** Conference Doors ***
  33.  
  34. J_Type_1=NORMAL
  35. J_Door_1=HBBS:Doors/User/JoinConference/JoinConference.HBBS
  36.  
  37. RJ_Type_1=NORMAL
  38. RJ_Door_1=HBBS:Doors/User/JoinConference/JoinConference.HBBS
  39. RJ_Param_1=REJOIN    ; tells the door to rejoin the conference
  40.  
  41. >_Type_1=NORMAL
  42. >_Door_1=HBBS:Doors/User/JoinConference/JoinConference.HBBS
  43. >_Param_1=FORWARD    ; tells the door to go forward one conference
  44.  
  45. <_Type_1=NORMAL
  46. <_Door_1=HBBS:Doors/User/JoinConference/JoinConference.HBBS
  47. <_Param_1=BACKWARD   ; tells the door to go backward one conference
  48.  
  49. ; *** Mail Doors ***
  50.  
  51. R_Type_1=NORMAL
  52. R_Door_1=HBBS:Doors/User/Mail/Mail_ReadUSER.HBBS
  53.  
  54. MS_Type_1=NORMAL
  55. MS_Door_1=HBBS:Doors/User/Mail/Mail_Scan.HBBS
  56. ;MS_Debug_1=YES
  57.  
  58. EMAIL_Type_1=NORMAL
  59. EMAIL_Door_1=HBBS:Doors/User/Mail/Mail_Write.HBBS
  60. EMAIL_Param_1=INTERNET
  61.  
  62. ; *** Toy Doors ***
  63.  
  64. WALL_Type_1=NORMAL
  65. WALL_Door_1=HBBS:Doors/User/Wall/Wall.HBBS
  66.  
  67. WHO_Type_1=NORMAL
  68. WHO_Door_1=HBBS:Doors/User/Who/Who.HBBS
  69.  
  70. ; *** File Doors ***
  71.  
  72. D_Type_1=NORMAL
  73. D_Door_1=HBBS:Doors/User/Download/Download.HBBS
  74. D_Type_2=SSCREEN
  75. D_Door_2=QuickStats
  76.  
  77.  
  78. F_Type_1=NORMAL
  79. F_Door_1=HBBS:Doors/User/FileLister/FileLister.HBBS
  80. F_Param_1=LIST
  81.  
  82. Z_Type_1=NORMAL
  83. Z_Door_1=HBBS:Doors/User/Zippy/TeppicZippy.HBBS
  84.  
  85. V_Type_1=NORMAL
  86. V_Door_1=HBBS:Doors/User/View/TeppicView.HBBS
  87.  
  88. FR_Type_1=NORMAL
  89. FR_Door_1=HBBS:Doors/User/FileLister/FileLister.HBBS
  90. FR_Param_1=REVERSE
  91. ;FR_Debug_1=YES
  92.  
  93. N_Type_1=NORMAL
  94. N_Door_1=HBBS:Doors/User/FileLister/FileLister.HBBS
  95. N_Param_1=NEW
  96. ;N_Debug_1=YES
  97.  
  98. A_Type_1=NORMAL
  99. A_Door_1=HBBS:Doors/User/CheckTags/CheckTags.HBBS
  100.  
  101. QS_Type_1=SSCREEN
  102. QS_Door_1=QuickStats
  103.  
  104. Q_Type_1=SCREEN
  105. Q_Door_1=HBBS:Screens/Special/QuickStats.TXT
  106.  
  107. RL_Type_1=NORMAL
  108. RL_Door_1=HBBS:Doors/User/ReLogin/ReLogin.HBBS
  109.  
  110. OLM_Type_1=NORMAL
  111. OLM_Door_1=HBBS:Doors/User/OnLineMessage/OnLineMessage.HBBS
  112.  
  113. ; *** Other Doors ***
  114.  
  115. ;  Just my little jokes...
  116. HELP_Type_1=ECHO
  117. HELP_Door_1=Why should I ?
  118.  
  119. SHELL_Type_1=ECHO
  120. SHELL_Door_1=A very hard skin that some animals use for protection
  121.  
  122. ;
  123. ;
  124. ;
  125. ; *** Add Your Doors Here ^^^ ***
  126.  
  127. ; The following doors are should not be used by anyone
  128. ; except the person writing the doors. I.E.  ME :-)
  129.  
  130. test_Type_1=NORMAL
  131. test_Door_1=hbbs:doors/test/test/test.hbbs
  132. ;test_debug_1=YES
  133.  
  134.  
  135.